home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / ZInvMandel.Form < prev   
Text File  |  1994-07-17  |  221b  |  29 lines

  1. ZInvMandel
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-3.0
  6.         x2= 3.0
  7.         y1=-3.0
  8.         y2= 3.0
  9.         par1.r=1.0
  10.         par1.i=0.0
  11.         bailout=4.0
  12.     }
  13.     {
  14.         z=par1/pixel
  15.         c=pixel
  16.     }
  17.     {
  18.         z=z*z
  19.         z=z+c
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.         PAR1-INVERSE FACTOR
  27.     }
  28. }
  29.